home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5847 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.2 KB

  1. Path: merlin.ukc.ac.uk!rjp10
  2. From: rjp10@ukc.ac.uk (Wob)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: What is a "Line 1011 emulator  " error ?
  5. Date: Thu, 21 Mar 96 01:16:08 GMT
  6. Organization: University of Kent at Canterbury, UK.
  7. Sender: rjp10@ukc.ac.uk
  8. Message-ID: <11243@merlin.ukc.ac.uk>
  9. References: <4ip7j3$set@badger.wmin.ac.uk>
  10. Reply-To: rjp10@ukc.ac.uk (Wob)
  11. NNTP-Posting-Host: merlin.ukc.ac.uk
  12.  
  13. In article <4ip7j3$set@badger.wmin.ac.uk>,
  14. Ambrose Adamson <iuyec@westminster.ac.uk> wrote:
  15. >Every time I run my program, after its finished I get a guru which happens
  16. >to report that a "line 1011 emulator" error has occured. I have read the 
  17. >"Amiga ROM Kernel Reference: libraries" book and and its says " execution
  18. >of opcode beginning with $F". could someone please explain to me what that
  19. >means ?
  20. >
  21.  
  22. Well as far as I can remember the processor is trying to run an instruction thatbegins in the hex $f***. All instructions have a hex number that the processor  can understand and translate into the correct actions. $f is reserved for 
  23. future use by the 68000. I *think* this may be used by FPU's but I'm sure 
  24. someone will correct me.
  25.  
  26. >Many Thanks,
  27. >Ambrose Adamson,
  28. >iuyec@wmin.ac.uk
  29. >
  30. Good luck,
  31.  
  32.     Wob
  33.  
  34.  
  35.